Skip to content

public Tools\Converters\CEF\CondorcetElectionFormat::__construct

Read it at the source

Description

php
public Tools\Converters\CEF\CondorcetElectionFormat->__construct ( SplFileInfo|string $input )

Read a Condorcet format file, usually using .cvotes file extension

Parameter

input: SplFileInfo|string

String, valid path to a text file or an object SplFileInfo or extending it like SplFileObject.

Released under the MIT License.